home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / WindowMaker / WPrefs.app / Makefile.am < prev    next >
Encoding:
Makefile  |  2000-04-02  |  1.1 KB  |  64 lines

  1. SUBDIRS = xpm tiff po
  2.  
  3. AUTOMAKE_OPTIONS = no-dependencies
  4.  
  5. wpexecbindir = @wprefsdir@
  6.  
  7. wpexecbin_PROGRAMS = WPrefs 
  8.  
  9. wpdatadir = @wprefsdir@
  10.  
  11. wpdata_DATA = WPrefs.tiff WPrefs.xpm
  12.  
  13. EXTRA_DIST = $(wpdata_DATA)
  14.  
  15. WPrefs_SOURCES = \
  16.     main.c \
  17.     WPrefs.c \
  18.     WPrefs.h \
  19.     Appearance.c \
  20.     Configurations.c \
  21.     Expert.c \
  22.     Focus.c \
  23.     Font.c \
  24.     Icons.c \
  25.     KeyboardSettings.c \
  26.     KeyboardShortcuts.c \
  27.     Menu.c \
  28.     MenuPreferences.c \
  29.     MouseSettings.c \
  30.     NoMenuAlert.c \
  31.     Paths.c \
  32.     Preferences.c \
  33.     TexturePanel.c \
  34.     TexturePanel.h \
  35.     Themes.c \
  36.     WindowHandling.c \
  37.     Workspace.c \
  38.     double.c \
  39.     double.h \
  40.     editmenu.c \
  41.     editmenu.h \
  42.     MenuGuru.c \
  43.     xmodifier.c
  44.  
  45. CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
  46.  
  47. INCLUDES = \
  48.     -I$(top_srcdir)/wrlib \
  49.     -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
  50.  
  51. WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
  52.  
  53. WPrefs_LDADD = \
  54.     $(top_builddir)/WINGs/libWINGs.a\
  55.     $(top_builddir)/wrlib/libwraster.la \
  56.     @LIBRARY_SEARCH_PATH@ \
  57.     @LIBPL@ \
  58.     @GFXLIBS@ \
  59.     @XLIBS@ \
  60.     @X_EXTRA_LIBS@ \
  61.     @INTLIBS@ \
  62.     -lm 
  63.  
  64.